Expand description
Provides some utility functions for human-readable formatting of words.
Functions
- Join the list with an ‘and’ before the last element of the list.
- Formats the input string as a camel case name.
- Formats the input string as a camel case name with a limit on the length.
- Formats the input string as a kebab case name.
- Formats the input string as a kebab case name and limits the length of the name.
- Formats the input string as a name.
- Formats the input string as a name and limits the length of the name.
- Join the list with an ‘or’ before the last element of the list.
- Formats the input string as a pascal case name.
- Formats the input string as a pascal case name with a limit on the length.
- Formats the input string as a screaming kebab case name.
- Formats the input string as a screaming kebab case name and limits the length of the name.
- Formats the input string as a screaming snake case name.
- Formats the input string as a screaming snake case name and limits the length of the name.
- Formats the input string as a snake case name.
- Formats the input string as a snake case name and limits the length of the name.
- Creates a username from the provided string.
- Creates a username from the provided string and limit.